ART-14816: Add Containerfile.art for ART builds#151
Conversation
rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
- ART tooling reqs Signed-off-by: Franco Bladilo <fbladilo@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
…ckouts Signed-off-by: Bharath B <bhb@redhat.com>
|
@shruti-rh: This pull request references ART-14816 which is a valid jira issue. DetailsIn response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Hi @shruti-rh. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/hold Let me take a look as well |
|
/unhold |
|
/ok-to-test |
ART/Doozer injects BUILD_VERSION and SOURCE_GIT_COMMIT as ENV variables during rebase, not RELEASE_VERSION/COMMIT_SHA ARGs which are Konflux Tekton-specific. Use bash default syntax to support both build systems. rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED Signed-off-by: Shruti Anekar <sanekar@redhat.com>
|
New changes are detected. LGTM label has been removed. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: shruti-rh The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
@bharath-b-rh ART handles bundle generation differently. Instead of a separate Containerfile,
Doozer is a tool that generates the bundle automatically during the operator build's rebase step. So there's no need for a separate bundle Containerfile.art. |
|
@shruti-rh: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Problem Statement
ART needs to build external-secrets-operator images through its Konflux-based layered products pipeline. ART builds require a dedicated
Containerfile.artwith ART's builder images, base images, and LABEL conventions.Related Issue
Part of ART-14816 (Onboard OAP operators to ART) and ART-14821 (Onboard External Secrets Operator to ocp-build-data).
Proposed Changes
Containerfile.artto therelease-1.1branchbrew.registry.redhat.io/rh-osbs/openshift-golang-builder)ubi9/ubi-minimalas runtime base imagecom.redhat.component,name,cpe, etc.)Note: Bundle Containerfile is not included in this PR — the OLM bundle is handled separately via
update-csvin ART's build pipeline using thebundle/art.yamlandbundle/image-referencesfiles (already merged).